projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e260d
)
Provide `array'.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 10 Aug 1999 17:06:18 +0000
(17:06 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 10 Aug 1999 17:06:18 +0000
(17:06 +0000)
lisp/array.el
patch
|
blob
|
history
diff --git
a/lisp/array.el
b/lisp/array.el
index a172c52a08444d8f9b987181548722343a9927ea..4084db05757ea6526d621124e0c36aa5a49c07c7 100644
(file)
--- a/
lisp/array.el
+++ b/
lisp/array.el
@@
-947,4
+947,6
@@
array in this buffer."
(+ (floor (1- max-column) columns-per-line)
(if rows-numbered 2 1)))))
+(provide 'array)
+
;;; array.el ends here